SG Window Globals Object
MakeLong Method

©1998 by Stinga

Properties     Methods     Events     Constants    Error Codes
Description

Creates Long (32-bit) value by concatenating two given Integer (16-bit) values.

Syntax

object.MakeLong(low As Integer, high As Integer)

Part Description
object The object is expression that evaluates to the Globals object.
low Required. Specifies the low-order word of the new long value.
high Required. Specifies the high-order word of the new long value.